// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02B TN_Widget.CreateTable([['Sebastian Bach','Patchogue Theater For The Performing Arts','Patchogue, NY','Thursday','5/16/2024','8:00 PM','6295684','Sebastian-Bach-5-16-2024'],['Sebastian Bach','Packard Music Hall','Warren, OH','Friday','5/17/2024','8:00 PM','6295660','Sebastian-Bach-5-17-2024'],['Sebastian Bach','Xcite Center At Parx Casino and Racing','Bensalem, PA','Saturday','5/18/2024','8:00 PM','6295686','Sebastian-Bach-5-18-2024'],['Sebastian Bach','Rams Head Live','Baltimore, MD','Sunday','5/19/2024','8:00 PM','6295688','Sebastian-Bach-5-19-2024'],['Sebastian Bach','Toads Place CT','New Haven, CT','Tuesday','5/21/2024','8:00 PM','6295661','Sebastian-Bach-5-21-2024'],['Sebastian Bach','Empire Live','Albany, NY','Wednesday','5/22/2024','8:00 PM','6295662','Sebastian-Bach-5-22-2024'],['Sebastian Bach','Theatre Beanfield','Montreal, Canada','Friday','5/24/2024','8:00 PM','6295678','Sebastian-Bach-5-24-2024'],['Sebastian Bach','Jergel's Rhythm Grille','Warrendale, PA','Tuesday','5/28/2024','8:00 PM','6295879','Sebastian-Bach-5-28-2024'],['Sebastian Bach','Elevation at The Intersection','Grand Rapids, MI','Wednesday','5/29/2024','8:00 PM','6295664','Sebastian-Bach-5-29-2024'],['Sebastian Bach','Ruby Amphitheater At Hazel Ruby McQuain Park','Morgantown, WV','Saturday','6/1/2024','7:00 PM','6296778','Sebastian-Bach-6-1-2024'],['Sebastian Bach','Saint Andrews Hall - Detroit','Detroit, MI','Tuesday','6/4/2024','7:00 PM','6295665','Sebastian-Bach-6-4-2024'],['Sebastian Bach','Majestic Theatre Madison','Madison, WI','Wednesday','6/5/2024','8:00 PM','6295666','Sebastian-Bach-6-5-2024'],['Sebastian Bach','The Forge - Joliet','Joliet, IL','Friday','6/7/2024','8:00 PM','6295667','Sebastian-Bach-6-7-2024'],['Sebastian Bach','Arcada Theatre','Saint Charles, IL','Saturday','6/8/2024','8:00 PM','6312100','Sebastian-Bach-6-8-2024'],['Sebastian Bach','Arcada Theatre','Saint Charles, IL','Sunday','6/9/2024','7:00 PM','6312525','Sebastian-Bach-6-9-2024'],['Sebastian Bach','The Rust Belt','East Moline, IL','Sunday','6/9/2024','7:00 PM','6312093','Sebastian-Bach-6-9-2024'],['Sebastian Bach','Wooly's','Des Moines, IA','Tuesday','6/11/2024','8:00 PM','6295689','Sebastian-Bach-6-11-2024'],['Sebastian Bach','Bourbon Theatre - NE','Lincoln, NE','Wednesday','6/12/2024','8:00 PM','6295878','Sebastian-Bach-6-12-2024'],['Sebastian Bach','Sunshine Studios - CO','Colorado Springs, CO','Friday','6/14/2024','7:00 PM','6296777','Sebastian-Bach-6-14-2024'],['Sebastian Bach','The Summit Music Hall','Denver, CO','Saturday','6/15/2024','8:00 PM','6295668','Sebastian-Bach-6-15-2024'],['Sebastian Bach','Diamond Ballroom','Oklahoma City, OK','Tuesday','6/18/2024','8:00 PM','6295687','Sebastian-Bach-6-18-2024'],['Sebastian Bach','Little Rock Hall - AR','Little Rock, AR','Wednesday','6/19/2024','8:00 PM','6295565','Sebastian-Bach-6-19-2024'],['Sebastian Bach','Lexus Box Garden at Legacy Hall','Plano, TX','Friday','6/21/2024','6:30 PM','6296803','Sebastian-Bach-6-21-2024'],['Sebastian Bach','Scout Bar - Houston','Houston, TX','Saturday','6/22/2024','8:00 PM','6296776','Sebastian-Bach-6-22-2024'],['Sebastian Bach','Rialto Theatre - Tucson','Tucson, AZ','Tuesday','6/25/2024','8:00 PM','6295670','Sebastian-Bach-6-25-2024'],['Sebastian Bach','Majestic Ventura Theatre','Ventura, CA','Thursday','6/27/2024','8:00 PM','6295671','Sebastian-Bach-6-27-2024'],['Sebastian Bach','The Observatory - Santa Ana','Santa Ana, CA','Friday','6/28/2024','8:00 PM','6295673','Sebastian-Bach-6-28-2024'],['Sebastian Bach','House Of Blues - San Diego','San Diego, CA','Saturday','6/29/2024','8:00 PM','6295677','Sebastian-Bach-6-29-2024'],['Sebastian Bach','Grand Falls Casino','Larchwood, IA','Saturday','9/21/2024','8:00 PM','6324192','Sebastian-Bach-9-21-2024'],['Sebastian Bach','River Cree Casino','Enoch, Canada','Friday','6/5/2071','9:00 PM','4322688','Sebastian-Bach-6-5-2071']],'Sebastian Bach','http://www.ticketnetwork.com/ticket/Sebastian-Bach-events.aspx');